'Declaration
Public Function GetBlockBottom( _ ByVal SegmentationResultID As String, _ ByVal BlockIdx As Integer _ ) As Integer
public int GetBlockBottom( string SegmentationResultID, int BlockIdx )
public function GetBlockBottom( SegmentationResultID: String; BlockIdx: Integer ): Integer;
public function GetBlockBottom( SegmentationResultID : String, BlockIdx : int ) : int;
public: int GetBlockBottom( string* SegmentationResultID, int BlockIdx )
public: int GetBlockBottom( String^ SegmentationResultID, int BlockIdx )
Parameters
- SegmentationResultID
- BlockIdx